net/http.http2clientStream.firstByte (field)

4 uses

	net/http (current package)
		h2_bundle.go#L7473: 	firstByte    bool  // got the first response byte
		h2_bundle.go#L9414: 	if !cs.firstByte {
		h2_bundle.go#L9422: 		cs.firstByte = true
		h2_bundle.go#L9751: 	if !cs.firstByte {